home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 89 / PIWD89.iso / pc / CONTENTS / BONUS / FULL / wikiwriter / setup-ww2x.exe / {app} / help / tutor05.db < prev    next >
Text File  |  2002-09-25  |  1KB  |  45 lines

  1. @@title WikiWriter Tutorial: Add headings and text
  2. .nav WikiWriter Tutorial: ((tutor04|Prev))| ((tutor00|Up)) | ((tutor06|Next))
  3. .end
  4. == Add headings and text
  5.  
  6. Add links in [[b WikiWriter]] by using double-parentheses around the page name, with a vertical bar and a description if you want to get fancy. To add structure and shape, you tell [[b WikiWriter]] what you want by putting a special code, a "token", at the beginning of a paragraph.
  7.  
  8. # Headings are marked with equal sign tokens:
  9. <pre>
  10.     = Heading One
  11.     == Heading Two
  12.     === Heading Three
  13.     ==== Heading Four
  14.     ===== Heading Five
  15.     ====== Heading Six
  16. </pre>
  17. produces:
  18.     = Heading One
  19.     == Heading Two
  20.     === Heading Three
  21.     ==== Heading Four
  22.     ===== Heading Five
  23.     ====== Heading Six
  24.  
  25.  
  26. # Still working on [[b Second Page]], create a level two heading by inserting two equal signs and a space at the beginning of the first line:
  27. <pre>
  28.     == My second page.
  29. </pre>
  30.  
  31. # Now your page looks like this:
  32. .result
  33. == My second page.
  34. Link back to ((Home)).
  35. This link goes to the ((Third Page|next)) page.
  36. .end
  37.  
  38. # Experiment with heading levels by changing your heading to level 3, or 4, and checking the look with the [[b Show Preview]] button.
  39.  
  40. # Finish up by making the heading a level 2, so your page looks like the example above.
  41. /#
  42. .nav WikiWriter Tutorial: ((tutor04|Prev))| ((tutor00|Up)) | ((tutor06|Next))
  43. .end
  44.  
  45.